75 WDT_A_hold(WDT_A_BASE);
78 GPIO_setAsPeripheralModuleFunctionOutputPin(
105 CS_clearAllOscFlagsWithTimeout(1000);
108 SFR_enableInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
111 __bis_SR_register(GIE);
116 __bis_SR_register(LPM3_bits);
122 #if defined(__TI_COMPILER_VERSION__) || defined(__IAR_SYSTEMS_ICC__)
123 #pragma vector=UNMI_VECTOR
125 #elif defined(__GNUC__)
126 __attribute__((interrupt(UNMI_VECTOR)))
133 status = CS_clearAllOscFlagsWithTimeout(1000);